Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 5 Nov 2010 18:28:19 +0000 (14:28 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 5 Nov 2010 18:28:19 +0000 (14:28 -0400)
commitb93886ba9b6294815d7fc03357c5bd3d9f4d9149
treed06678349c8df3bebc1a942b0571104bcd8cdc4e
parent556585778e06d2e8aa98bd826ec27d07fda1331c
Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
* image.c (free_image): Don't garbage the frame here, since this
function can be called while redisplaying (Bug#7210).
(uncache_image): Garbage the frame here (Bug#6426).
src/ChangeLog
src/image.c